<{$home_petitions_active}>
<{if $no_petition_active}>
- <{$no_petition_active}>
<{else}>
<{foreach item=petition from=$petitions}>
-
<{$petition.title}>
<{if $petition.counter}>
(<{$petition.counter}> <{$smarty.const._MD_XPETITIONS_SIGNATURES}>)
<{/if}>
<{/foreach}>
<{/if}>
<{if $home_petitions_archive}>
<{$home_petitions_archive}>
<{if $no_petition_archive}>
- <{$no_petition_archive}>
<{else}>
<{foreach item=petition from=$petitions_arch}>
-
<{$petition.title}>
<{if $petition.counter}>
(<{$petition.counter}> <{$smarty.const._MD_XPETITIONS_SIGNATURES}>)
<{/if}>
<{/foreach}>
<{/if}>
<{/if}>
<{include file='db:xpetitions_footer.html'}>